Serialized Form

Class javabook2.DrawingBoard implements Serializable

Serialized Fields

g

java.awt.Graphics g
The Graphics object used in the drawing.
See Also:
Graphics


Class javabook2.MainWindow implements Serializable

Serialized Fields

screenSize

java.awt.Dimension screenSize
The size of the screen


Class javabook2.OutputBox implements Serializable

Serialized Fields

outputArea

javax.swing.JTextArea outputArea
The constant to represent the state of action pending


Class javabook2.SketchPad implements Serializable

Serialized Fields

last_x

int last_x
The X coordinate of the last position of the mouse

last_y

int last_y
The Y coordinate of the last position of the mouse